Sensor Fusion for Kinetis MCUs (ISSDK/KSDK version)
Data Structures
Here are the data structures with brief descriptions:
 CAccelBufferAccelerometer measurement buffer
 CAccelCalibrationPrecision accelerometer calibration structure
 CAccelSensorThe AccelSensor structure stores raw and processed measurements for a 3-axis accelerometer
 CControlSubsystemHe ControlSubsystem encapsulates command and data streaming functions
 CFifoSensorThe FifoSensor union allows us to use common pointers for Accel, Mag & Gyro logical sensor structures
 CGyroSensorThe GyroSensor structure stores raw and processed measurements for a 3-axis gyroscope
 CMagBufferThe Magnetometer Measurement Buffer holds a 3-dimensional "constellation" of data points
 CMagCalibrationMagnetic Calibration Structure
 CMagSensorThe MagSensor structure stores raw and processed measurements for a 3-axis magnetic sensor
 CPhysicalSensorAn instance of PhysicalSensor structure type should be allocated for each physical sensors (combo devices = 1)
 CPressureSensorThe PressureSensor structure stores raw and processed measurements for an altimeter
 CQuaternionQuaternion structure definition
 CSensorFusionGlobalsThe top level fusion structure
 CStatusSubsystemStatusSubsystem() provides an object-like interface for communicating status to the user
 CSV_1DOF_P_BASICThe SV_1DOF_P_BASIC structure contains state information for a pressure sensor/altimeter
 CSV_3DOF_B_BASICThis is the 3DOF basic magnetometer state vector structure/
 CSV_3DOF_G_BASICThis is the 3DOF basic accelerometer state vector structure
 CSV_3DOF_Y_BASICSV_3DOF_Y_BASIC structure is the 3DOF basic gyroscope state vector structure
 CSV_6DOF_GB_BASICSV_6DOF_GB_BASIC is the 6DOF basic accelerometer and magnetometer state vector structure
 CSV_6DOF_GY_KALMANSV_6DOF_GY_KALMAN is the 6DOF Kalman filter accelerometer and gyroscope state vector structure
 CSV_9DOF_GBY_KALMANSV_9DOF_GBY_KALMAN is the 9DOF Kalman filter accelerometer, magnetometer and gyroscope state vector structure
 CSV_COMMONExcluding SV_1DOF_P_BASIC, Any of the SV_ fusion structures above could be cast to type SV_COMMON for dereferencing